home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / GUIDE.DXR / 00016.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  216 b   |  13 lines

  1. on exitFrame
  2.   puppetTempo(6)
  3.   set volson to the volume of sound 1
  4.   if volson > 20 then
  5.     fadesound()
  6.     go(the frame)
  7.   else
  8.     put the timer
  9.     sound stop 1
  10.     set the volume of sound 1 to 180
  11.   end if
  12. end
  13.